home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / sprint / sprint_pcs_cm_v032.msi / ISSetupFile.SetupFile19 < prev    next >
Encoding:
Windows Setup INFormation  |  2006-11-27  |  4.5 KB  |  148 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  sscdsdmw.inf
  4. ;
  5. ; Function:
  6. ;    Install the SAMSUNG CDMA Modem Diagnostic Serial Port Drivers (WDM) on Win9x
  7. ;
  8. ; Copyright (c) 1997-2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=08/17/2005, 4.34.0.2705
  25. CatalogFile=sscdserd.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  33. ;-----------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  36. ;    having the tagfile non-null seems to help...
  37. 1=%DiskString%,"sscdserd.sys",,
  38.  
  39. [SourceDisksFiles]
  40. ; filename = diskid[,[ subdir][, size]]
  41. sscdserd.sys = 1
  42. sscdcr.sys = 1
  43. sscdvcr.vxd = 1
  44. sscdcm95.sys = 1
  45. sscdcmnt.sys = 1
  46. sscdcomm.vxd = 1
  47. sscdvcd.vxd = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Specify target paths...
  51. ;-----------------------------------------------------------------------------
  52. [DestinationDirs]
  53. DefaultDestDir          = 11                    ; LDID_SYS
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Table of Contents
  57. ;-----------------------------------------------------------------------------
  58. [Manufacturer]
  59. %SAMSUNG%=SAMSUNG
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Device-by-device entries
  63. ;-----------------------------------------------------------------------------
  64. [SAMSUNG]
  65. %Samsung.Comm.Desc% = SAMSUNG.Install, USB\VID_04E8&PID_6601&MI_02&OS_9X
  66. %Samsung.Comm.Desc% = SAMSUNG.Install, USB\VID_04E8&PID_6640&MI_02&OS_9X
  67.  
  68.  
  69. ;-----------------------------------------------------------------------------
  70. ; Installation instructions
  71. ;-----------------------------------------------------------------------------
  72.  
  73. [SAMSUNG.Install]
  74. AddReg        = SAMSUNG.AddReg,SAMSUNG.W95.AddReg,SAMSUNG.W95.AddReg.CRGuid
  75. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  76. DriverVer=08/17/2005, 4.34.0.2705
  77.  
  78.  
  79. ;-----------------------------------------------------------------------------
  80. ;  Registry
  81. ;-----------------------------------------------------------------------------
  82.  
  83. ; common registry entries 
  84. [SAMSUNG.AddReg]
  85. HKR,,NTMPDriver,,sscdserd.sys
  86. HKR,,CRUpperDescription,,%UpperDescription%
  87. HKR,,EnableCR1146,0x00010001,1
  88. HKR,,PublishedDeviceName,,qcusb#
  89.  
  90. ; only for Win95....
  91. [SAMSUNG.W95.AddReg]
  92. HKR,,DevLoader,,*ntkern
  93.  
  94. [SAMSUNG.W95.Addreg.CRGuid]
  95. HKR,,CRGuid,,{72B423D0-02BD-42d9-A594-C84AF3ADBDFA}
  96.  
  97. ;-----------------------------------------------------------------------------
  98. ;  Copy lists
  99. ;-----------------------------------------------------------------------------
  100. [CopyFiles]
  101.  
  102. [CopyFiles.W95]
  103. sscdvcr.vxd
  104. sscdcomm.vxd
  105. sscdvcd.vxd
  106.  
  107. [CopyFiles.sys]
  108. sscdserd.sys
  109. sscdcr.sys
  110.  
  111. [CopyFiles.W95.sys]
  112. sscdcm.sys,sscdcm95.sys
  113. sscdcm95.sys
  114. sscdcmnt.sys
  115.  
  116. [Copyfiles.W95.inf]
  117.  
  118.  
  119.  
  120. ;-----------------------------------------------------------------------------
  121. ; STRINGS
  122. ;-----------------------------------------------------------------------------
  123. [Strings]
  124.  
  125. ;BEGIN ENG - US English Strings
  126. Provider = "SAMSUNG Electronics Co., Ltd. "
  127. SAMSUNG = "SAMSUNG Electronics Co., Ltd. "
  128. DiskString = "SAMSUNG CDMA Modem Diagnostic Serial Port Drivers installation disk"
  129.  
  130. Samsung.Comm.Desc = "SAMSUNG CDMA Modem Diagnostic Serial Port (WDM)"
  131. UpperDescription = "SAMSUNG CDMA Modem Diagnostic Serial Port (VCOMM)"
  132.  
  133. CustomerDataPath = "SAMSUNG CDMA Modem"
  134. DriverSet = "SAMSUNG CDMA Modem Driver Set"
  135. UninstallFile = "SSCDUninstall.exe"
  136. McciOptions = "Uninstallable NotInstallOnWinVer5"
  137.  
  138.  
  139. ;END ENG - US English Strings
  140.  
  141.  
  142. ;-----------------------------------------------------------------------------
  143. ; The following are symbolic constants which don't change per locale.
  144. ;-----------------------------------------------------------------------------
  145.  
  146.  
  147. ;*** end of file ***
  148.